Einhugur Word Plugin for Xojo

EinhugurWord.Hyperlink Class

Object representing Hyperlink in Word document.

Hyperlink contain zero too many Runs. The runs actually carry the text parts and the styling for each part.

ParagraphItem
   Hyperlink

class EinhugurWord.Hyperlink

Constructors

Hyperlink (private) Private constructor.

Properties

AddressAddress to link to.
LinkToAnchorIf set to true then the link links to anchor in the document, instead of linking to external path.
OwnerParagraph (Inherited) Returns the Paragraph which owns the ParagraphItem.
RunCountReturns number of runs in the Hyperlink.
TooltipTooltip for the hyperlink.

Methods

AppendRunAppends run to the hyperlink.
RemoveRunRemoves run from the hyperlink.
RunFetches Run at given index.
RunsReturns RunIterator for the runs in the hyperlink. This function is for using with for each statements.

Supported Platforms:

  • macOS Intel 64 bit
  • macOS Apple Silicon
  • Windows 32 bit
  • Windows 64 bit
  • Windows ARM 64 bit
  • Linux 32 bit
  • Linux 64 bit
  • Linux ARM 32 bit
  • Linux ARM 64 bit
  • iOS